home *** CD-ROM | disk | FTP | other *** search
- on stopMovie
- global gObjCaptain
- set clearList to [41]
- repeat with x in clearList
- set object to getaProp(the pRollRegistry of gObjCaptain, x)
- if objectp(object) then
- dispose(object)
- setaProp(the pRollRegistry of gObjCaptain, x, 0)
- end if
- end repeat
- end
-